home *** CD-ROM | disk | FTP | other *** search
/ .net Business / NETB01.ISO / pc / netCDmac / intro.dxr / 00027_cancel highlight.ls < prev    next >
Encoding:
Text File  |  2000-10-20  |  220 b   |  12 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member(24, "Internal")
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member(23, "Internal")
  7. end
  8.  
  9. on mouseUp me
  10.   halt()
  11. end
  12.